home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / batmous2.zip / BATMOUSE.DOC next >
Text File  |  1991-05-10  |  3KB  |  74 lines

  1.  
  2. BATMOUSE.EXE     A public domain program by  (c) Staben Technologies
  3. ------------                     811 West 14th Avenue
  4.                                  Spokane, WA  99204
  5.          
  6.                   
  7. This program is provided as is with no warrantees, explicit or implied.  
  8. Staben Technologies is not responsible for any damage resulting from the
  9. use of this product.  Please distribute the original BATMOUS2.ZIP file
  10. containing the following programs:
  11.  
  12. BATMOUSE.DOC        -    This Document
  13. BATMOUSE.EXE        -     The Main Program
  14. BATSMALL.EXE        -    The same program for 8x8 Character sets
  15. ------------
  16. SETMODE.COM        -    Screen display switcher (8x16 <> 8x8)
  17. MENU.TXT        -    Sample Menu
  18. MENU.BAT        -    Sample Batch file for 8x16 characters
  19. MENU1.BAT        -    Sample Batch file for 8x8 characters
  20. RUNME.BAT        -    Demonstration Initiator
  21.  
  22.     *** This program is compatible with 4DOS version 3.01 and up ***
  23.  
  24. Quite simply, this program will provide a nice user-interface for the
  25. mouse and a batch file.  When BATMOUSE is executed, it will look for 
  26. an environment string "BMOUSE=00000".  This environment string can be
  27. broken up into three distinct parts:
  28.  
  29. BMOUSE=0000
  30.        --
  31.        The first two zeros are the ROW coordinate, 00 - 24.  This
  32.        coordinate is limited to this range even though the screen 
  33.        may be 50 rows high.
  34.             --
  35.      The second two zeros are the COLUMN coordinate, 00-79.  This
  36.      coordinate is limited to this range.  However, if the screen
  37.      is only 40 characters wide, the highest this coordinate can
  38.      be is 39.
  39.         -
  40.         The last zero is the button status, 0-n.  This status is
  41.         limited to the number of button combinations possible on
  42.         the mouse.  (Two buttons = 3, three = 7).
  43.         
  44. Once a button is pressed, BATMOUSE returns control to the operating system 
  45. with the environment string modified.  
  46.  
  47. BATSMALL, also provided, will allow the cursor to be used on a 8x8 character
  48. set, such as the VGA 50 line mode.  
  49.  
  50. Please note that this explicitly modifies the MASTER environment in both 
  51. DOS 3.x and 4DOS 3.02.  Using this with any other DOS version may return
  52. unexpected results, or even a trashed environment.  Feel free to test it
  53. however.
  54.  
  55. Assembler source code is available for $25.00 from:
  56.  
  57. Staben Technologies
  58. 811 West 14th Avenue
  59. Spokane, WA.  99204
  60.  
  61. When ordering source code, please specify "POINTER BATCH MOUSE"
  62.  
  63. Like the pointer interface?  "MAC_MOUSE" is available from Staben Technologies
  64. as "shareware".  This is a real-time pointing device which can be used by 
  65. any batch application, software written for mouse event handling, etc...  The
  66. program resides as a background multi-tasked task.
  67.  
  68. Packages available:
  69.             "MAC_MOUSE" and CLIPPER 5.0
  70.             "MAC_MOUSE" and Turbo Pascal
  71.             
  72.             Other packages available upon request
  73.             
  74.